home *** CD-ROM | disk | FTP | other *** search
INI File | 2006-09-13 | 1.5 KB | 80 lines |
- [SUBJECT]
- Description=Displays a temporary explanation window
- ImageIndex=-1
- Folder=Tools
-
-
- [HEAD_TEXT]
- ;<script language="JavaScript">
- ;<!-- begin script
- ;var windowNote;
- ;
- ;function showNote(title, message, colorBack, myback, textColor, typeFont, sizeFont) {
- ; windowNote = window.open('','Note','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,' + 'width=400' + ',height=100');
- ; text = '<' + 'HTML' + '><' + 'HEAD' + '><' + 'TITLE' + '>' + title + '</' + 'TITLE' + '><' + '/HEAD' + '><' + 'BODY BACKGROUND=' + '"' + myback + '"' + ' BGCOLOR=' + '"' + colorBack + '">';
- ; text += '<CENTER>';
- ; text +='<FONT FACE="' + typeFont +'"';
- ; text += ' SIZE=' + sizeFont;
- ; text += ' COLOR=' + '"' + textColor +'">';
- ; text += message + '</CENTER></FONT>';
- ; text += '</' + 'BODY' + '><' + '/HTML' + '>';
- ; windowNote.document.write(text);
- ; windowNote.focus();
- ; windowNote.document.close();
- ; return false;
- ;}
- ;// end script -->
- ;</script>
- ;
-
-
- [BODY_TEXT]
- ;<a href="" onClick="return showNote('`window_title`','`window_contents`','`background_color`','','`text_color`','`font_name`',`font_size`)">`Link_caption`</a>
-
-
-
-
-
- [`Link_caption`]
- Kind=S
- Value=Link
-
-
-
- [`window_title`]
- Kind=S
- Value=title
-
-
-
- [`window_contents`]
- Kind=S
- Value=This is a window contents
-
-
-
- [`background_color`]
- Kind=C
- Value=#FAF7C0
-
-
-
- [`text_color`]
- Kind=C
- Value=#000000
-
-
-
- [`font_name`]
- Kind=S
- Value=Times New Roman
-
-
-
- [`font_size`]
- Kind=N
- Value=3
-
-
-
-